RegisterEventBroker<T>() Method

Summary
Register a specific type to be created for an EventBroker object with a new WorkstationContainer.
Syntax
C#
VB
C++
public static void RegisterEventBroker<T>() 
  
Public Overloads Shared Sub RegisterEventBroker(Of T As IWorkstationEventBroker)()  
public: 
static void RegisterEventBrokergeneric<typename T> 
();  
where T: IWorkstationEventBroker 

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker interface.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.